New Task
{% if data.step != 'created' %}
Software container
{% include "components/container.html" with container=data.task_container container_arch=data.task_container_arch disable_play_button=True %}
{% endif %}
{% if data.step == 'two' %}
Computing resource
{% for computing in data.computings %}
{% include "components/computing.html" with container=data.task_container container_arch=data.task_container_arch %}
{% endfor %}
{% elif data.step == 'three' %}
Computing resource
{% include "components/computing.html" with computing=data.task_computing %}
{% else %}
Ok, task created. Go back to your
task list.
{% endif %}